# PepFetch integration Include the graphical system information tool in an ISO or disk image: ```sh sudo python3 cli.py x86_64 --desktop xfce --with-pfetch --mode real sudo python3 cli.py x86_64 --desktop xfce --with-welcome --with-pfetch --mode real ``` Add `--format img` for a disk image. PepFetch can be selected independently or with Welcome and Suggested. The profile installs psutil, Tkinter, Pillow, CustomTkinter, X11 utilities and pciutils. It does not start automatically. The launcher is `/usr/bin/pep-fetch`; the Welcome About action finds the bundled GUI at `/usr/share/pep-fetch/pfetch_gui.py`. Logs use `XDG_CACHE_HOME` and fall back to stderr if the live image is read-only. No user cache or first-run state is included in the image. Refresh the bundled source with: ```sh python3 tools/sync_pfetch.py /path/to/pfetch ```